home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / bbs / tronbbs / tron / down < prev    next >
Text File  |  1996-07-16  |  430b  |  30 lines

  1.  
  2. ;;; Quit all nodes
  3.  
  4. ;  tron -q -a -x
  5.  
  6. ;;; If no nodes Quit the tron Resource Manager
  7.  
  8. ;  RMCommander -q
  9.  
  10. ;;; Quit all nodes , and if all down Quit the tron Resource Manager
  11.  
  12. RMCommander -a
  13.  
  14. ;;; Remove GPFax from memory
  15.  
  16. rx "address rexx_gpfax quit"
  17.  
  18. ;;; Remove Tron hotkey programm
  19.  
  20. run tronhotkeys
  21.  
  22. ;;; Remove Cron Util from memory
  23.  
  24. rx "address cybercron quit"
  25.  
  26. ;;; Flush all unused libs/devices from memory
  27.  
  28. Avail Flush >nil:
  29.  
  30.